iT邦幫忙

1

[Day13]Python學習(七)

  • 分享至 

  • xImage
  •  

參考資料
https://www.youtube.com/watch?v=7qKFvUVpQXg&list=PL-g0fdC5RMboYEyt6QS2iLb_1m7QcgfHk&index=9
定義並呼叫函式
定義函式
def 函式名稱(參數名稱):
函式內部程式碼

呼叫函式
函式名稱(參數資料)

回傳值
def 函式名稱(參數名稱):
函式內部程式碼
return#結束函式,回傳None
return 資料#結束函式,回傳資料
https://ithelp.ithome.com.tw/upload/images/20221023/20153234cwkBtLanG4.jpg
注意!!函式內部的程式碼,若沒有做函式呼叫,就不會被執行
https://ithelp.ithome.com.tw/upload/images/20221023/20153234oVHibVEPYs.jpg
輸入函式名稱加上()就能呼叫函式
https://ithelp.ithome.com.tw/upload/images/20221023/20153234cz32zRHtEH.jpg
函式也能這樣寫
https://ithelp.ithome.com.tw/upload/images/20221023/20153234EsVINwvoPY.jpg
呼叫函式會輸出5*6=30,接下來回傳值None會傳到變數value輸出None
https://ithelp.ithome.com.tw/upload/images/20221023/20153234d23YlUPEPT.jpg
回傳值 回傳return後的資料
https://ithelp.ithome.com.tw/upload/images/20221023/20153234qZJg3buMjR.jpg
稍微複雜的程式
https://ithelp.ithome.com.tw/upload/images/20221023/20153234LLnV6o376F.jpg
連續整數相加
https://ithelp.ithome.com.tw/upload/images/20221023/201532345mqhRY0EmW.jpg
利用函式進行程式的包裝,同樣的邏輯就可以重複用不需要再寫一次,只需要呼叫你要的函式
https://ithelp.ithome.com.tw/upload/images/20221023/20153234xNq4JnFYHZ.jpg
函式也可以彈性的寫法


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言